home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / BASIC / LIB / EVENTSHELL / APPBUILD / !AppBuild / NewApp / !Run < prev    next >
Text File  |  1994-03-27  |  999b  |  24 lines

  1. | !Run Obey file for @@@@@@@@@ Application
  2. Set @@@@@@@@@$Dir <Obey$Dir>
  3. Set @@@@@@@@@$BasicFile <Obey$Dir>.!@@@@@@@@@
  4. IF "<EvntShell$Path>"="" THEN ERROR 0 Shell resources not found
  5. |Change the next line if you are using a different
  6. |filetype number
  7. |Set Alias$@RunType_200 Run <Obey$Dir>.!Run %%*0
  8. IconSprites <Obey$Dir>.!Sprites
  9. Run <Obey$Dir>.ChkSpr
  10. |Set Dummy$Path <Run$Path>,<Obey$Dir>.Resources.
  11. |Run Dummy:ResFind @@@@@@@@@
  12. |Unset Dummy$Path
  13. WimpSlot -min xxxK -max xxxK
  14. |Load any modules required now
  15. RMEnsure InterfaceManager 2.00 RMLoad <EvntShell$Path>Interface
  16. RMEnsure InterfaceManager 2.00 Error Couldn't load Interface module
  17. RMEnsure MenuUtils 0.11 RMLoad <EvntShell$Path>MenuUtils
  18. RMEnsure MenuUtils 0.11 Error 0 Error Couldn't load MenuUtils Module
  19. RMEnsure MessageTrans 0.06 RMLoad <EvntShell$Path>MsgTrans
  20. RMEnsure MessageTrans 0.06 Error Couldn't load MsgTrans Module
  21. |And check that there is still enough memory!
  22. WimpSlot -min xxxK -max xxxK
  23. Run <@@@@@@@@@$Dir>.!@@@@@@@@@ %*0
  24.